Eliminate warning building without CSV.
authorrobertl <robertl>
Thu, 5 Aug 2010 23:09:52 +0000 (23:09 +0000)
committerrobertl <robertl>
Thu, 5 Aug 2010 23:09:52 +0000 (23:09 +0000)
csv_util.c

index ba2b6a720e11820fbadf13180ffb19fc12e2aa1c..4b9cfb97e0e9daadb49affe8b6e590230cc31c74 100644 (file)
@@ -153,10 +153,10 @@ static double oldlat = 999;
 
 static int waypt_out_count;
 static route_head *csv_track, *csv_route;
-#endif // CSVFMTS_ENABLED
-
 static double utm_northing, utm_easting, utm_zone = 0;
 static char utm_zonec;
+#endif // CSVFMTS_ENABLED
+
 
 /*********************************************************************/
 /* csv_stringclean() - remove any unwanted characters from string.   */